.wrap { position:relative; width:1200px; min-height:460px; _height:460px; margin:0 auto; }
.notice {
	background-color: #efefef;
	height: 70px;
	line-height: 70px;
	overflow: hidden;
}
.notice .img {
	padding-left: 40px;
	padding-right: 20px;
	line-height: 70px;
	vertical-align: middle;
}
.notice .img img{vertical-align: middle;}
.notice .text{width:550px;}
.notice .text .bd ul li{font-size:16px;margin-right:20px;}
.notice .text .bd ul li a{display: flex;}
.notice .text .bd ul li .txt{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;flex: 1}
.notice .text .bd ul li .time {color: #999999;width:100px;}
.notice .text .next{width: 9px;height: 13px;background: url(next.png) center no-repeat;display: block;position: absolute;right:0;top:28px;}

.nbox2{width:1280px;margin:50px auto;}
.nbox2-fl{width:550px;float: left;position: relative;}
.nbox2-fl .bd ul li{position: relative;}
.nbox2-fl .bd ul li img{}
.nbox2-fl .bd ul li .text{position: absolute;
	color: #ffffff;
	font-size: 18px;
	background-color: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	padding: 0 50px;
	box-sizing: border-box;}
.nbox2-fl .bd ul li .text p{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nbox2-fl a.prev{position: absolute;left: 20px;bottom:20px;display: block;width: 10px;height: 17px;background-size: 10px 17px;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}
.nbox2-fl a.next{position: absolute;right: 20px;bottom:20px;display: block;width: 10px;height: 17px;background-size: 10px 17px;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}


.nbox2-fr{width:680px;float: right;position: relative;}
.nbox2-fr .title .hd ul li{float: left;padding-bottom:15px;}
.nbox2-fr .title{
	border-top: 2px solid #dddddd;
    margin-bottom: 15px;
}
.nbox2-fr .title .t {
	font-size: 21px;
	position: relative;
	padding:0 20px;
	border-right: 1px solid #DDDDDD;
	cursor: pointer;
}
.nbox2-fr .title li.on{
	color: #da251c;
	font-weight: bold;
	border-bottom: 1px dotted #ddd;
}
.nbox2-fr .title .on .t::before {
	content: "";
	position: absolute;
	background-color: #da251c;
	width: 100%;
	height: 3px;
	top: -17px;
	left: 0;
}
.nbox2-fr .title .more{
	float: right;
	margin-top: 12px;
}
.nbox2-fr .title .more a {
	color: #999999;
	font-size: 14px;
}
.nbox2-fr .title .more a:hover {
	color: #DA251C;
	text-decoration: underline;
}

.nbox2-fr .hot {
	margin-top: 20px;
	display: flex;
}

.nbox2-fr .hot .time {
	width: 80px;
	height: 80px;
	text-align: center;
	margin-right: 20px;
}

.nbox2-fr .hot .time .t {
	color: #da251c;
	font-size: 24px;
	background-color: #eeeeee;
	height: 56px;
	line-height: 56px;
}

.nbox2-fr .hot .time .t2 {
	font-size: 14px;
	color: #ffffff;
	background-color: #da251c;
	height: 28px;
	line-height: 28px;
}

.nbox2-fr .hot .text {
	flex: 1;
	width: 0;
}

.nbox2-fr .hot .text .t {
	color: #222222;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.nbox2-fr .hot .text a .t2 {
	color: #666666;
	font-size: 16px;
	margin-top: 10px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
}

.nbox2-fr .hot .text a .t2:hover {
	color: #DA251C;
	text-decoration: underline;
}

.nbox2-fr ul li{}

.nbox2-fr ul li {
	margin-top: 14px;
}

.nbox2-fr ul li a {
	display: flex;
}

.nbox2-fr ul li a .text {
	flex: 1;
	font-size: 16px;
	color: #222222;
	width: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}

.nbox2-fr ul li a .text img {
	margin-top: 10px;
	margin-right: 10px;
}

.nbox2-fr ul li a .time {
	font-size: 16px;
	color: #999999;
}

.nbox2-fr ul li:hover .text {
	color: #DA251C;
	transform: translateX(5px);
}




.nbox3{width:1280px;margin:50px auto;}
.nbox3 .title .t {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	position: relative;
	margin-bottom: 50px;
}
.nbox3 .title .t::after {
	content: "";
	position: absolute;
	background-color: #da251c;
	width: 60px;
	height: 6px;
	bottom: -15px;
	left: 50%;
	margin-left: -30px;
}
.nbox3 .cont ul li{float: left;width:410px;height: 331px;-webkit-transition: all .2s ease-in-out;transition: all .2s ease-in-out;margin-right:25px;margin-bottom:25px;}
.nbox3 .cont ul li:nth-child(3n){margin-right: 0;}
.nbox3 .cont{position: relative;}
.nbox3 .cont ul li{position: relative; overflow: hidden;}
.nbox3 .cont ul li::after{position: absolute; z-index: -1; left: -30%; top: -50%; bottom: -50%; content: ''; width: 20%; background-image: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(255,255,255,0.3) 50%, rgba(255,255,255,0)); background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.3) 50%, rgba(255,255,255,0)); -webkit-transform: rotate(35deg); transform: rotate(35deg);}
.nbox3 .cont ul li:hover::after{z-index: 6; left: 130%; -webkit-transition: 1s ease-in-out; transition: 1s ease-in-out;}
.nbox3 .cont ul li{position: relative;}
.nbox3 .cont ul li .txt{
	height: 64px;
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    padding:20px;
    background-color: #fff;
    box-sizing: border-box;
    font-size: 20px;
    vertical-align: middle;
    -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out;
}

.nbox3 .cont ul li .txt img{
	float: right;
}

.nbox3 .cont ul li:hover .txt{
	height: 78px;
    background: rgb(201, 21, 30);
    color: #fff;
}